home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.exe / mw2demo.DXR / 00050.ls next >
Encoding:
Text File  |  1995-11-14  |  298 b   |  14 lines

  1. on startMovie
  2.   set the centerStage to 1
  3.   if the colorDepth < 8 then
  4.     set the colorDepth to 8
  5.   end if
  6.   if the colorDepth < 8 then
  7.     alert("Excuse me, but you need to reset your monitor to display 256 colors.")
  8.     if not (the shiftDown) then
  9.       quit()
  10.       exit
  11.     end if
  12.   end if
  13. end
  14.